projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68bb532
)
textbuffer: Elaborate docs
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 27 Sep 2020 15:24:18 +0000
(11:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Sep 2020 00:51:13 +0000
(20:51 -0400)
Explain a bit more what gtk_text_buffer_get_content_provider()
is for.
Fixes: #3202
gtk/gtktextbuffer.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextbuffer.c
b/gtk/gtktextbuffer.c
index 18861d301c64f8a6f050a8f73c55ff0de3468727..121813c54e8c105b066f0ed3711b93a50d39356e 100644
(file)
--- a/
gtk/gtktextbuffer.c
+++ b/
gtk/gtktextbuffer.c
@@
-4089,7
+4089,9
@@
cut_or_copy (GtkTextBuffer *buffer,
* gtk_text_buffer_get_selection_content:
* @buffer: a #GtkTextBuffer
*
- * Get a content provider for this buffer.
+ * Get a content provider for this buffer. It can be
+ * used to make the content of @buffer available in a
+ * #GdkClipboard, see gdk_clipboard_set_content().
*
* Returns: (transfer full): a new #GdkContentProvider.
**/